var runtime/cgo.handles
4 uses
runtime/cgo (current package)
handle.go#L120: handles.Store(h, v)
handle.go#L128: v, ok := handles.Load(uintptr(h))
handle.go#L141: _, ok := handles.LoadAndDelete(uintptr(h))
handle.go#L148: handles = sync.Map{} // map[Handle]interface{}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)